home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
pmode
/
qfml11
/
example2.mak
< prev
next >
Wrap
Text File
|
1995-03-06
|
849b
|
62 lines
.AUTODEPEND
# *Translator Definitions*
CC = bcc +EXAMPLE2.CFG
TASM = TASM
TLIB = tlib
TLINK = tlink
LIBPATH = C:\SYSOP\BORLANDC\LIB
INCLUDEPATH = C:\SYSOP\BORLANDC\INCLUDE
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencies = \
example2.obj \
video.obj \
qfml11.obj
# *Explicit Rules*
example2.exe: example2.cfg $(EXE_dependencies)
$(TLINK) /3/v/x/c/P-/L$(LIBPATH) @&&|
c0l.obj+
example2.obj+
video.obj+
qfml11.obj
example2
# no map file
emu.lib+
mathl.lib+
cl.lib
|
# *Individual File Dependencies*
example2.obj: example2.cfg example2.cpp
# *Compiler Configuration File*
example2.cfg: example2.mak
copy &&|
-ml
-3
-a
-v
-vi-
-H=EXAMPLE2.SYM
-wpro
-weas
-wpre
-I$(INCLUDEPATH)
-L$(LIBPATH)
-P
| example2.cfg